The DICOMEX_GETCONFIGFILEPATH function returns the location of the local or system configuration file associated with Application Entities defined in the DICOM Network Services utility. See Local Versus System Configuration for information on this distinction.
Note: This function will fail if you have not installed and licensed IDL’s DICOM Network Services, which provides access to the DICOM Network Services utility. Use the DICOMEX_NET routine to start this utility.
Result = DICOMEX_GETCONFIGFILEPATH([, /SYSTEM])
Returns the location of the local or system configuration file, as specified using the SYSTEM keyword.
Set this keyword to return the full path of the system configuration file. The path of the local configuration file is returned if this keyword is not set.
Return the path to the local configuration file:
LocalFile = DICOMEX_GETCONFIGFILEPATH()
Return the path to the system configuration file:
SystemFile = DICOMEX_GETCONFIGFILEPATH(/SYSTEM)
6.2 |
Introduced |